Skip to content

London | May-2025 | Hendrine Zeraua | STD Sprint-2 #653

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

rarityXtreme
Copy link

@rarityXtreme rarityXtreme commented Jul 11, 2025

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with REGION | COHORT_NAME | FIRST_NAME LAST_NAME | PROJ_NAME
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

Briefly explain your PR.

Answered all exercise questions
Fixed errors & Explained
Completed stretch questions with thoughtful answers

Questions

No questions at this time.

@rarityXtreme rarityXtreme added the Needs Review Participant to add when requesting review label Jul 11, 2025
@cjyuan cjyuan added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Participant to add when requesting review labels Jul 17, 2025
Copy link
Contributor

@cjyuan cjyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Code is great and explanation is spot on.

  • Some of the files in the "Sprint-1" folder are modified, but they are not related to Sprint-2 exercise. Can you revert the changes made in "Sprint-1" folder?

image

Comment on lines +24 to +26
function capitalise(str) {
str = `${str[0].toUpperCase()}${str.slice(1)}`;
return str;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The function block is not properly closed.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi CJ,
I've added the missing curly braces for the function capitalise but for some reason I cannot spot the modified files in Sprint-1. Could you please direct me? I did check Sprint-1 - key-exercises - 3- paths.js and 3-mandatory-interpret - 1-percentage-change.js without success.
I appreciate your help reviewing this.

@cjyuan cjyuan added Reviewed Volunteer to add when completing a review and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Jul 17, 2025
@rarityXtreme rarityXtreme added the Needs Review Participant to add when requesting review label Jul 17, 2025
@cjyuan
Copy link
Contributor

cjyuan commented Jul 17, 2025

I shared a screenshot of the two modified files in my previous comment. You can also see what files are modified by clicking the "Files changed" tab:
image

@cjyuan cjyuan removed the Needs Review Participant to add when requesting review label Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reviewed Volunteer to add when completing a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants